DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1FilterDataCollection<T> Class / RemoveAsync Method
The index.
The cancellation token.

In This Topic
    RemoveAsync Method (C1FilterDataCollection<T>)
    In This Topic
    Removes the item at the specified index from the collection.
    Syntax
    'Declaration
     
    Public Overrides Function RemoveAsync( _
       ByVal index As Integer, _
       ByVal cancellationToken As CancellationToken _
    ) As Task
    public override Task RemoveAsync( 
       int index,
       CancellationToken cancellationToken
    )

    Parameters

    index
    The index.
    cancellationToken
    The cancellation token.
    See Also